diff options
| author | MohamedBassem <me@mbassem.com> | 2024-02-06 13:12:21 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-02-06 13:12:21 +0000 |
| commit | 4c901d073376ab9fd37284801011a12261d5963d (patch) | |
| tree | 537eaea0b85c057dd1b7490afe755c634febece0 /web/app/api/auth/[...nextauth]/route.tsx | |
| parent | 2518a99d1c296dc838edc2330dc6eb6fe5aead8e (diff) | |
| download | karakeep-4c901d073376ab9fd37284801011a12261d5963d.tar.zst | |
Linting and formatting
Diffstat (limited to 'web/app/api/auth/[...nextauth]/route.tsx')
| -rw-r--r-- | web/app/api/auth/[...nextauth]/route.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/api/auth/[...nextauth]/route.tsx b/web/app/api/auth/[...nextauth]/route.tsx index bfcda516..e722926b 100644 --- a/web/app/api/auth/[...nextauth]/route.tsx +++ b/web/app/api/auth/[...nextauth]/route.tsx @@ -1,3 +1,3 @@ import { authHandler } from "@/lib/auth"; -export { authHandler as GET, authHandler as POST } +export { authHandler as GET, authHandler as POST }; |
